External device/USB support in android API level 10 [migrated]

Posted by chandan on Programmers See other posts from Programmers or by chandan
Published on 2011-11-16T13:32:14Z Indexed on 2011/11/16 18:13 UTC
Read the original article Hit count: 115

Filed under:

I am an android UI developer and having problem with issue with USB and external storage device support on android. What I want to have is on plug-in USB/SD card, the storage items in the devices directly show up on screen. For example the modern Operating systems have this feature that we plug in our device and it just automatically shows the contents of the device on new window. I am implementing my UI on android API level 10 and my device is IMX reference kit which has android 2.3.4 installed.

I would be grateful if anyone could give specif suggestion or guideline. I already tried with external_storage.java class. but it only says that the APK is installed successfully. But no action launches on plug-in external device.

© Programmers or respective owner

Related posts about android